home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Extensions / More Primitives / More Primitives.rsrc / STR#_602.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  419 b   |  11 lines

  1. Inputs: List; AttributeName; Point; [StartIndex]
  2. Outputs: FoundIndex; Instance
  3.  
  4. Inputs: list; string; Point; [integer]
  5. Outputs: integer; instance | NULL
  6.  
  7. Instance is the first instance after StartIndex in List with an attribute AttributeName, the value of which is a rectangle containing Point. FoundIndex is the position of Instance in List. If no instance is found, FoundIndex and Instance are 0 and NULL.
  8.  
  9. Graphics
  10.  
  11.